Skip to main content

AutoCreateForm<Model>

Auto UI for generating a Create Form from a Request DTO in a Slide Over component

Assembly: ServiceStack.Blazor.dll
View Source
Declaration
public class AutoCreateForm<Model> : AutoFormBase<Model>, IHasJsonApiClient

Properties

NewModel

View Source
Declaration
public Model NewModel { get; set; }

Title

View Source
Declaration
protected override string Title { get; }

Methods

OnParametersSetAsync()

View Source
Declaration
protected override async Task OnParametersSetAsync()
Returns

Task

Implements

  • ServiceStack.IHasJsonApiClient